home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / p_man / cat3 / Xm / XmCreateScrolledList.z / XmCreateScrolledList
Text File  |  1998-10-30  |  6KB  |  133 lines

  1.  
  2.  
  3.  
  4.      XXXXmmmmCCCCrrrreeeeaaaatttteeeeSSSSccccrrrroooolllllllleeeeddddLLLLiiiisssstttt((((3333XXXX))))  UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV  XXXXmmmmCCCCrrrreeeeaaaatttteeeeSSSSccccrrrroooolllllllleeeeddddLLLLiiiisssstttt((((3333XXXX))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XXXXmmmmCCCCrrrreeeeaaaatttteeeeSSSSccccrrrroooolllllllleeeeddddLLLLiiiisssstttt - The List ScrolledList convenience
  10.           creation function
  11.  
  12.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.           #include <Xm/List.h>
  14.           WWWWiiiiddddggggeeeetttt XXXXmmmmCCCCrrrreeeeaaaatttteeeeSSSSccccrrrroooolllllllleeeeddddLLLLiiiisssstttt(
  15.           WWWWiiiiddddggggeeeetttt ppppaaaarrrreeeennnntttt,
  16.           SSSSttttrrrriiiinnnngggg nnnnaaaammmmeeee,
  17.           AAAArrrrggggLLLLiiiisssstttt aaaarrrrgggglllliiiisssstttt,
  18.           CCCCaaaarrrrddddiiiinnnnaaaallll aaaarrrrggggccccoooouuuunnnntttt);
  19.  
  20.      VVVVEEEERRRRSSSSIIIIOOOONNNN
  21.           This page documents Motif 2.1.
  22.  
  23.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  24.           XXXXmmmmCCCCrrrreeeeaaaatttteeeeSSSSccccrrrroooolllllllleeeeddddLLLLiiiisssstttt creates an instance of a List widget
  25.           that is contained within a ScrolledWindow.  The
  26.           ScrolledWindow parent is created managed.  All
  27.           ScrolledWindow subarea widgets are automatically created by
  28.           this function.  The ID returned by this function is that of
  29.           the List widget (not the ScrolledWindow widget).  Use this
  30.           widget ID for all operations on the List widget.  Use the
  31.           widget ID of the List widget's parent for all operations on
  32.           the ScrolledWindow.  To obtain the ID of the ScrolledWindow
  33.           widget associated with the List widget, use the Xt
  34.           Intrinsics XXXXttttPPPPaaaarrrreeeennnntttt function.  The name of the
  35.           ScrolledWindow created by this function is formed by
  36.           concatenating _S_Wonto the end of the _n_a_m_e specified in the
  37.           parameter list.
  38.  
  39.           All arguments to either the List or the ScrolledWindow
  40.           widget can be specified at creation time using this
  41.           function.  Changes to initial position and size are sent
  42.           only to the ScrolledWindow widget.  Other resources are sent
  43.           to the List or the ScrolledWindow widget as appropriate.
  44.           Note that the result of providing the
  45.           XXXXmmmmNNNNddddeeeessssttttrrrrooooyyyyCCCCaaaallllllllbbbbaaaacccckkkkresource in the creation _a_r_g_l_i_s_t is
  46.           unspecified. The application should use the XXXXttttAAAAddddddddCCCCaaaallllllllbbbbaaaacccckkkk
  47.           function to add callbacks to the appropriate widget (List or
  48.           ScrolledWindow) after creating it.
  49.  
  50.           This function forces the following initial values for
  51.           ScrolledWindow resources:
  52.  
  53.              +o  XXXXmmmmNNNNssssccccrrrroooolllllllliiiinnnnggggPPPPoooolllliiiiccccyyyy is set to XXXXmmmmAAAAPPPPPPPPLLLLIIIICCCCAAAATTTTIIIIOOOONNNN____DDDDEEEEFFFFIIIINNNNEEEEDDDD.
  54.  
  55.              +o  XXXXmmmmNNNNvvvviiiissssuuuuaaaallllPPPPoooolllliiiiccccyyyy is set to XXXXmmmmVVVVAAAARRRRIIIIAAAABBBBLLLLEEEE.
  56.  
  57.              +o  XXXXmmmmNNNNssssccccrrrroooollllllllBBBBaaaarrrrDDDDiiiissssppppllllaaaayyyyPPPPoooolllliiiiccccyyyy is set to XXXXmmmmSSSSTTTTAAAATTTTIIIICCCC.  (No
  58.                 initial value is forced for the List's
  59.                 XXXXmmmmNNNNssssccccrrrroooollllllllBBBBaaaarrrrDDDDiiiissssppppllllaaaayyyyPPPPoooolllliiiiccccyyyy.)
  60.  
  61.  
  62.  
  63.      Page 1                                         (printed 10/24/98)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      XXXXmmmmCCCCrrrreeeeaaaatttteeeeSSSSccccrrrroooolllllllleeeeddddLLLLiiiisssstttt((((3333XXXX))))  UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV  XXXXmmmmCCCCrrrreeeeaaaatttteeeeSSSSccccrrrroooolllllllleeeeddddLLLLiiiisssstttt((((3333XXXX))))
  71.  
  72.  
  73.  
  74.              +o  XXXXmmmmNNNNsssshhhhaaaaddddoooowwwwTTTThhhhiiiicccckkkknnnneeeessssssss is set to 0 (zero).
  75.  
  76.           _p_a_r_e_n_t    Specifies the parent widget ID
  77.  
  78.           _n_a_m_e      Specifies the name of the created widget
  79.  
  80.           _a_r_g_l_i_s_t   Specifies the argument list
  81.  
  82.           _a_r_g_c_o_u_n_t  Specifies the number of attribute/value pairs in
  83.                     the argument list (_a_r_g_l_i_s_t)
  84.  
  85.           For a complete definition of List and its associated
  86.           resources, see XXXXmmmmLLLLiiiisssstttt(3).
  87.  
  88.      RRRREEEETTTTUUUURRRRNNNN
  89.           Returns the List widget ID.
  90.  
  91.      RRRREEEELLLLAAAATTTTEEEEDDDD
  92.           XXXXmmmmLLLLiiiisssstttt(3) and XXXXmmmmSSSSccccrrrroooolllllllleeeeddddWWWWiiiinnnnddddoooowwww(3).
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                         (printed 10/24/98)
  130.  
  131.  
  132.  
  133.